Welcome![Sign In][Sign Up]
Location:
Search - level of detail

Search list

[VC/MFCDesigning_BSD_Rootkits

Description: Welcome to Designing BSD Rootkits! This book will introduce you to the fundamentals of programming and developing kernelmode rootkits under the FreeBSD operating system.Through the “learn by example” method, I’ll detail the different techniques that a rootkit can employ so that you can learn what makes up rootkit code at its simplest level.
Platform: | Size: 8473600 | Author: Aoshi Hanate | Hits:

[Other Riddle gameschap-1

Description: 编程之美中有关游戏的内容, 包括连连看游戏设计,中国象棋将帅问题,NIM“拈”游戏分析 三个重要的算法详细讲解,对于想要提高自己算法水平的人群,非常必须-Programming in the beauty of the game, including Lianliankan game design, Chinese chess generals problem, NIM " twist" game analysis to explain three important algorithms in detail, for those who want to improve their algorithm level people, very must
Platform: | Size: 847872 | Author: sixmore | Hits:

[matlabMatlab

Description: Matlab数字信号处理与应用源代码 各种入门级的数字信号MATLAB仿真程序的源码 详细解释 -Digital signal processing and Matlab source code for the application of a variety of entry-level digital signal source MATLAB simulation program explained in detail
Platform: | Size: 2139136 | Author: songwenjun | Hits:

[Software EngineeringCommon_tools_sys_eng

Description: 电子书《系统分析师常用工具》 内容简介: 本书对当前流行的软件工程过程所使用的一些工具进行了详细讨论,包括需求分析工具、软件设计工具、数据库设计工具、项目管理工具、程序设计工具、测试工具等,既讨论了相关的理论知识,也介绍了各类工具的特点和使用方法。本书由中国系统分析员顾问团组织编写,作为计算机技术与软件专业资格(水平)考试系统分析师级别的辅导教程。既可作为系统分析师日常工作的参考手册,软件设计师、数据库系统工程师、程序员进一步深造和提高的学习用书,也可作为计算机专业教师的教学和工作参考书,以及大学计算机辅助软件工程课程的教材。 作者:张华 清华大学出版社 -the E-book "system analyst frequently used tools." Introduction: Book of the popular software engineering process used by some of the tools discussed in detail, including requirements analysis tools, software design tools, database design tools, project management tools, programming tools, testing tools, not only to discuss the relevant theoretical knowledge, but also describes the characteristics and types of tools to use. This book by the Chinese advisory group organized the compilation of systems analysts, computer technology and software as a professional qualification (level) exam tutorial guidance systems analyst level. Daily work as a systems analyst can reference manuals, software designers, database systems engineers, programmers further education and enhance learning with books, but also as a computer professional reference books and work of teachers, and university computer-aided software engineering course materials. Author: Zhang Hua Tsinghua University Press
Platform: | Size: 7635968 | Author: | Hits:

[Post-TeleCom sofeware systemsLTE_Simulator

Description: LTE的系统级仿真平台的搭建,包含每个模块,以及每个模块如何使用,都有介绍,里面还包含两个pdf文档-LTE System Level Simulator Documentation,This document contains documentation on how to use the Long Term Evolution (LTE) System Level simulator [1] as well as some insight on its structure and the assumptions that were made while developing it. This document relates more on how to actually use the simulator. The concept and the structure of the simulator is described in more detail in [2]
Platform: | Size: 2997248 | Author: 郎毛毛 | Hits:

[JSP/JavaJ2ME_Game_Development_with_MIDP2

Description: This book is about programming with J2ME on wireless devices with focus on developing games. It is assumed you have some knowledge and programming experience with J2ME and J2SE. The book does not go into detail on topics like how to make high level GUI menu but does demonstrate what a game menu might look like. Nor will it explain in detail how to use the Record Management System (RMS), but will go over topics that use RMS such as high score and game settings. As well a knowledge and experience with threading will be an asset before proceeding with game development. However, the book will go over in detail the new game classes that arenow include in the MIDP 2.0. The book also serves as quick reference for Java programmers who are interested in gamemobile game development. The intent of this book is to provide good introduction for experience game developers who developed games in other languages and platforms and now are interested in using J2ME to develop games.
Platform: | Size: 3638272 | Author: Nguyen Hung Viet | Hits:

[SCM103

Description: 在调试过程中多处使用串行口返回信息(由于没有源码级仿真器); 在空闲任务中的HOOK函数打印输出串口信息,并且闪烁LED; 在各个任务中打印输出串口信息,并且闪烁单个LED; 对于Os_cpu_a核心部分TimeTick函数另作详细说明;-Many places in the process of debugging using the serial port to return the information (the absence of source-level simulation) HOOK function of the idle task, print the output serial port, and blinking the LED Printout serial information in various tasks, and blinking a single LED For Os_cpu_a core the part TimeTick function separate detail
Platform: | Size: 390144 | Author: panhaiyan | Hits:

[OtherLTElinkDoc

Description: This document contains documentation how to use the Long Term Evolution (LTE) Link Level simulator [1] from the Vienna LTE simulator suite as well as some insight on its structure and the assumptions that were made while developing it. This document relates more on how to actually use the simulator. The concept and the structure of the simulator is described in more detail in [2].-This document contains documentation on how to use the Long Term Evolution (LTE) Link Level simulator [1] from the Vienna LTE simulator suite as well as some insight on its structure and the assumptions that were made while developing it. This document relates more on how to actually use the simulator. The concept and the structure of the simulator is described in more detail in [2].
Platform: | Size: 1640448 | Author: maddox | Hits:

[JSP/Javathe-Java-Advanced-Programming

Description: 第1章至第4章详细介绍面向对象技术和Java类的高级特性;第5章介绍数组,主要 涉及数组的创建和使用;第6章介绍图形用户界面和事件处理;第7章讲述高级I/O处理技术;第8章 主要介绍多线程技术,包括线程的两种创建方法、线程的基本控制、线程的同步和线程的交互;第9章以 网络聊天室为例,以JBuilder9.0为开发环境,详细介绍图形用户界面设计、事件处理方法、Socket编程 技术和多线程编程技术;第10章以员工管理系统为例,详细讲述如何使用JDBC访问数据库-Chapter 1 to Chapter 4, detail-oriented of the advanced features of object technology and Java classes Chapter 5 describes the array, the main Involved in the creation and use of the array Chapter 6 presents a graphical user interface and event handling Chapter 7 describes the high-level I/O processing technology Introduces the multi-threading technology, including basic control of the two creation methods of the thread, the thread, thread synchronization and thread interaction Chapter 9 Internet chat rooms, for example, to JBuilder9.0 for the development environment, graphical user interface design, event handling method, Socket Programming Technology and multi-threaded programming techniques Chapter 10, a staff management system, for example, describe in detail how to use JDBC to access the database
Platform: | Size: 3640320 | Author: 李欢 | Hits:

[Special EffectsMathworks

Description: 详细说明: 读入图像,对于图像进行高斯高通以及低通滤波,显示结果,与原图进行对比-Detail: ch5_1_1: image gray-scale linear transformation (5.1.1) ch5_1_2: image grayscale piecewise linear transformation (5.1.1) ch5_1_3: using the transfer function of the number of forms of dynamic range compression (5.1. 1) ch5_1_4: histogram equalization (5.1.2) ch5_1_5: histogram specification (5.1.2) ch5_2_1: neighborhood average linear smoothing filter method to achieve noise reduction (5.2.2) ch5_2_2: winner filtering method to achieve noise reduction (5.2.2) ch5_2_3: median filtering to achieve noise reduction (5.2.2) ch5_2_4: linear sharpen filter (5.2.3) ch5_2_5: Rui filtering nonlinear (5.2. 3) ch5_3_1: Buterworth low-pass filter (5.3.1) ch5_3_2: Buterworth high-pass filter (5.3.2) ch5_4_1: gray-scale layering of color images to achieve (5.4.2) ch5_4_2: spatial domain gray level- the color transform, image enhancement (5.4.2) ch5_4_3: Mean Filter for each color plane true color image filtering (5.4.3) ch5_5_1: noise image generation (5.5.4) ch5_5_2: the target image generat
Platform: | Size: 2347008 | Author: 王小龙 | Hits:

[Other Web Codebus

Description: 做了一个网页实现公交线路的查询我国城市公交乘客信息系统的发展处于一个较落后的水平,广大乘客可以获得信息的方式很少,为了解决这种问题,加快发展城市公交信息化,设计一个城市公交查询系统是具有一定实际应用意义的。在此背景下,我开发了这个应用程序---城市公交查询系统。本次设计,首先我考虑了公交运营的实际情况和不同公交乘客的实际要求,分析了此系统应该具有的功能;其次对系统的主要功能模块进行了详细地描述,其中主要包括二个模块---查询模块(包括按线路查询、按站点查询和按两站点查询)和管理更新模块(包括公交站点管理和公交线路管理),最后结合系统开发阶段和调试阶段发现的问题,提出了系统需要完善的地方,总结了开发此系统所取得的经验。-The development of the bus passenger information system is in a level that fall behind of the city in our country. The large part of passengers can acquire few ways of the information. So it s practical for us to develop city s bus passenger information system in order to resolving this problem. For this purpose, I design this application procedure---bus circuit search system. From this design, First ,I analyzed the present condition of the bus passenger information and different people s needs, in order to know what functions this equipment should contain. Second, I describe the system’s main function modules in detail, these functions can be divided in to two parts---search system(According to the line search、station search and between two stations search) and management update system(Bus station management and Bus line management). At last according to the problems that happened in the period of using, I summed up some ways to improve the system, and some experiences that I can hav
Platform: | Size: 3307520 | Author: 董七 | Hits:

[DSP programADSP-EDU-BF533

Description: ADSP-EDU-BF53x V2.1版本的说明文档,详细讲解了blackfin处理器从软件开发环境的安装,接口的使用,硬件驱动的编写,高级代码的开发等,是学习blackfin系列DSP的最佳资料。-ADSP-EDU-BF53x V2.1 version of the documentation, explain in detail the the blackfin processor from the installation of the software development environment, the use of the interface, hardware drivers written in high-level code development, learning the blackfin series of DSP .
Platform: | Size: 5339136 | Author: andy | Hits:

[.netcpxtcaipiao

Description: 公布每天的开奖信息,发布第二天的杀号信息,可杀3码2码1码,针对福利彩票和体育彩票两种进行杀号情况的公布,完善的会员管理体系,及财务管理体系,让您不再为收费会员而感到烦脑. 1.会员管理 账户充值管理 会员消费账明细查询 会员提成明细查询 会员日期管理 会员等级管理 2.杀号录入管理 体彩/福彩杀号录入 开奖信息录入 3.账户管理-The published daily lottery information, released the next day to kill No., can kill three yards, 2 yards, 1 yards, and the announcement of to kill No. situation for the welfare lottery and sports lottery two, comprehensive membership management system and financial management system , so you no longer feel tired brain. membership fees and membership management account recharge management the member spending account detail query the the member commission details queries Member Date Management Member Level Management. kill, input management the Lottery/FuCai kill, entry lottery entry 3. account management
Platform: | Size: 8213504 | Author: kira | Hits:

[OtherDPD_in_Wireless_Systems

Description: 一本关于非线性失真非常好的参考书,2012出版,比较新,源程序很多很实用.-This book covers the principles of modeling and simulation of nonlinear distortion in wireless communication systems with MATLAB® simulations and techniques In this book, the author describes the principles of modeling and simulation of nonlinear distortion in single and multichannel wireless communication systems using both deterministic and stochastic signals. Models and simulation methods of nonlinear amplifiers explain in detail how to analyze and evaluate the performance of data communication links under nonlinear amplification. The book addresses the analysis of nonlinear systems with stochastic inputs and establishes the performance metrics of communication systems with regard to nonlinearity. In addition, the author also discusses the problem of how to embed models of distortion in system-level simulators such as MATLAB® and MATLAB Simulink® and provides practical techniques that professionals can use on their own projects. Finally, the book explores simulation and
Platform: | Size: 5388288 | Author: zhai | Hits:

[source in ebookSimulink_Files_DPD

Description: Nonlinear Distortion in Wireless Systems: Modeling and Simulation with Matlab一书中的源代码simulink文件.-This book covers the principles of modeling and simulation of nonlinear distortion in wireless communication systems with MATLAB® simulations and techniques In this book, the author describes the principles of modeling and simulation of nonlinear distortion in single and multichannel wireless communication systems using both deterministic and stochastic signals. Models and simulation methods of nonlinear amplifiers explain in detail how to analyze and evaluate the performance of data communication links under nonlinear amplification. The book addresses the analysis of nonlinear systems with stochastic inputs and establishes the performance metrics of communication systems with regard to nonlinearity. In addition, the author also discusses the problem of how to embed models of distortion in system-level simulators such as MATLAB® and MATLAB Simulink® and provides practical techniques that professionals can use on their own projects. Finally, the book explores simulation
Platform: | Size: 16360448 | Author: zhai | Hits:

[AlgorithmHousehloder_transfer

Description: household变换C语言程序。功能将是对称矩阵变换成三对角阵。改代码也是本人亲自编写。程序注释详细,代码运行效率高,层次还算可以-household transform C language program. The function will be symmetric matrix transforms into a tridiagonal matrix. Changed code is personally prepared. Program notes in detail the efficiency of the code to run high, the level is OK ...
Platform: | Size: 1024 | Author: ahui | Hits:

[Mathimatics-Numerical algorithmscengcifenxiAHP

Description: matlab层次分析及例题讲解,本文档详细讲述了层次分析法的概念内涵以及应用-Matlab level analysis and examples to explain the document in detail about the connotation of the concept of the Analytic Hierarchy Process and Application
Platform: | Size: 197632 | Author: dengyao | Hits:

[VC/MFCimagepatternrecognition_vc

Description: 图像模式识别—VC++技术实现.pdf 模式识别的经典书籍,同时也是入门级的。详细讲解代码实现。-Image pattern recognition-VC++ technology pdf pattern recognition of the classic books, but also the entry-level. Explain in detail the implementation of the code.
Platform: | Size: 22857728 | Author: 杜月荣 | Hits:

[VC/MFCMFCWindows

Description: 本书分为4个部分。第1部分,介绍了Windows及MFC编程的主要原则,以一个示例程序"Hello,MFC"开始,然后逐一简要讲解菜单、控件、对话框以及其他用于组建应用程序的模块。第2部分,在第1部分的基础之上,对文档视图结构做详细讲解,特别是第9、10、11章,揭示了实现文档视图的神奇之处,不仅介绍了如何编写简单的文档视图程序,而且教您一些高级功能,如打印预览和拆分窗口视图。第3部分涵盖了一些Windows和MFC的更鬲级的功能,如颜色选项板、位图句柄及多线程程序。在第4部分,您将了解到MFC如何包容COM、OLE和ActiveX,如何编写支持COM的组件及应用程序。在读完第21章之后,您将更加精通使用MFC进行Windows 32位编程的技术。-This book is divided into four parts. Part 1 describes the main Windows and MFC programming principles to a sample program " Hello, MFC" Start, and then one by one briefly explain menus, controls, dialog boxes, and other modules used to build applications. Part 2 In Part 1 the basis of the structure of the document view to explain in detail, especially the first chapter, 10, 11, reveals the magic of the document view to achieve, not only describes how to write a simple document view program, and teach you some advanced features, such as print preview and split-window view. Part 3 covers some Windows and MFC more Ge-level features such as color palette, bitmap handle and multi-threaded programs. In Part 4, you will learn how MFC inclusive COM, OLE and ActiveX, how to write COM components and supporting applications. After reading Chapter 21, you will become more proficient in using MFC for Windows 32-bit programming technologies.
Platform: | Size: 19085312 | Author: 菲菲 | Hits:

[Internet-NetworkRemoteControl

Description: 远程桌面控制的完整实现源码,设计文件在http://blog.csdn.net/dijkstar/article/details/9076911有详细描述,里面整合了位图压缩、鼠标键盘低级钩子等。里面的每项技术都具有工程参考价值。-Complete implementation of the remote control code, design documents described in detail in http://blog.csdn.net/dijkstar/article/details/9076911, which integrates bitmap compression, low-level mouse and keyboard hooks and so on. Inside each technology with engineering reference value.
Platform: | Size: 220160 | Author: 张炜 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 »

CodeBus www.codebus.net